BA-400-1 | 400 – Bad Request | GET /services/{id} | Missing mandatory header {M}: X-Transaction-Id | Required header {M} not specified. |
BA-400-2 | 400 – Bad Request | GET /services/{id} | URI parameter for /services/{id} has invalid {id} format, must be :. | Unsupported Id format. Expected format : |
BA-400-3 | 400 – Bad Request | GET /services/{id} | URI parameter for /services/{id} has invalid {id} type, must be either tlc or plsam. | Unsupported Id type. Expected either tlc or plsam. |
BA-400-4 | 400 – Bad Request | GET /services/{id} | Invalid Id value. | Invalid Id value. |
BA-404-1 | 404 – Not Found | GET /services/{id} | No matching broadband availability data found. | No matching broadband availability data found. |
BA-404-2 | 404 – Not Found | GET /services/{id} | Unable to find the resource. | Unable to find the resource you requested. |
BA-405-1 | 405 – Method Not Allowed | GET /services/{id} | A request method is not supported for the requested resource; for example, a POST request is used to call GET address details. | Unsupported http method encountered. |
BA-406-1 | 406 – Not Acceptable | GET /services/{id} | Potentially caused by an 'Accept' request header other than 'application/json'. | Request is not acceptable. |
BA-500-1 | 500 – Internal Server Error | GET /services/{id} | There was an unexpected exception and/or condition encountered and needs further investigation. | Unable to process your request due to an unexpected error. |
BA-500-2 | 500 – Internal Server Error | GET /services/{id} | Unable to process your request due to an unexpected upstream API error. | Unable to process your request due to an unexpected upstream API error. |
BA-503-1 | 503 – Service Unavailable | GET /services/{id} | A service that the API is dependent on is not responding in a timely manner. | Upstream service timed out. |
BA-503-2 | 503 – Service Unavailable | GET /services/{id} | A service that the API is dependent on is returning an unexpected error. | Unable to process your request due to an unexpected upstream API error. |